X-Git-Url: https://git.madduck.net/etc/ssh.git/blobdiff_plain/3d79bbde44ef970479823dff57bc1aed9ea1651c:/.config/vcsh/hooks-available/ssh.post-run%20enter..054804ccb0d5a5bdd5b4318ae817006a28875d08:/.config/vcsh/hooks-available/ssh.update diff --git a/.config/vcsh/hooks-available/ssh.update b/.config/vcsh/hooks-available/ssh.update new file mode 100755 index 0000000..2c8274a --- /dev/null +++ b/.config/vcsh/hooks-available/ssh.update @@ -0,0 +1,6 @@ +#!/bin/sh + +cd ~/.ssh +git ls-files . | grep -q . || exit 0 +echo Triggering remake of SSH config… >&2 +exec make -s